projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be8d35b
)
Move decl in google.c from C99 style to C89 style.
author
robertl
<robertl>
Tue, 10 Jan 2006 21:16:00 +0000
(21:16 +0000)
committer
robertl
<robertl>
Tue, 10 Jan 2006 21:16:00 +0000
(21:16 +0000)
google.c
patch
|
blob
|
history
diff --git
a/google.c
b/google.c
index 09af428cf08cbced6224a67607c9ca81f369fdf7..6a637a462883d910d943cdb304030a06fa0c1e31 100644
(file)
--- a/
google.c
+++ b/
google.c
@@
-286,9
+286,9
@@
google_read(void)
}
}
else if ( dict ) {
+ char *panel = strstr( dict, "panel: '" );
encoded_points = strstr( dict, "points: '" );
encoded_levels = strstr( dict, "levels: '" );
- char *panel = strstr( dict, "panel: '" );
if ( encoded_points && encoded_levels ) {
encoded_points += 9;